home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SkiDooTT.swf / scripts / DefineButton2_512 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-08  |  88 b   |  6 lines

  1. on(release){
  2.    ol.play();
  3.    courseNum++;
  4.    gotoAndStop("course" + courseNum);
  5. }
  6.